JavaScript,Ruby,Ruby on Rails blog

工具

AutoJump 使用

  • brew install autojump

  • .zshrc 中找到 plugins=,在后面添加(没有刚直接添加)

    1
    plugins=(git autojump)
  • 然后继续在上述文件中添加

    1
    [[ -s $(brew --prefix)/etc/profile.d/autojump.sh ]] && . $(brew --prefix)/etc/profile.d/autojump.sh
  • source ~/.zshrc

Comments